Click or drag to resize

SipClientSendInfo Method

Sends call signaling information to another client with which it has an established media session.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse SendInfo(
	Dialog dialog,
	string info,
	string contentType
)

Parameters

dialog
Type: Independentsoft.SipDialog
A Dialog represents media session.
info
Type: SystemString
A string contains signaling information.
contentType
Type: SystemString
Content type of the body.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also